@charset "utf-8";
@font-face {
	font-family: 'font1';
	src: url('../font/politicaregular.ttf');
}

@font-face {
	font-family: 'font2';
	src: url('../font/Oswald-Medium.ttf');
}

@font-face {
	font-family: 'font3';
	src: url('../font/akrobat-regular.ttf');
}

@font-face {
	font-family: 'font4';
	src: url('../font/Oswald-ExtraLight.ttf');
}

@font-face {
	font-family: 'font5';
	src: url('../font/AgencyFB.ttf');
}

/* CSS Document */

html {
	color: #333;
	background: #fff
}

* {
	transition: all 0.3s ease-in-out;
}

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
li,
a,
strong,
span,
p,
dl,
dt,
dd,
input,
textarea {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	text-decoration: none;
	font-family: "microsoft yahei";
	font-weight: normal;
	font-size: 14px;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none !important;
}

a:focus {
	text-decoration: none !important;
}

fieldset,
img {
	border: 0
}

ol,
ul {
	list-style: none
}

.w-100 {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.w-1260 {
	width: 1260px;
	margin: 0 auto;
	overflow: hidden;
}

.w-1260-1 {
	width: 1260px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 55px;
}

.mt-60 {
	margin-top: 55px;
}

.mt-65 {
	margin-top: 65px;
}

.mt-70 {
	margin-top: 60px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-100 {
	margin-top: 100px;
}

.mt-120 {
	margin-top: 100px;
}

.t-align-c {
	text-align: center;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.padding0 {
	padding: 0px;
}

.padding3 {
	padding: 0 3px;
}

.padding8 {
	padding: 0 8px;
}

.padding-8 {
	padding-right: 3px;
	padding-left: 3px;
}

.padding-15 {
	padding: 0 -15px !important;
}

.padding3-sm {
	padding: 0 3px;
}

.padding-r-0 {
	padding-right: 0px;
}

.padding-5-xs {}

.padding15 {
	padding: 15px;
}

.padding0-sm15 {
	padding: 0px;
}

.padding15-8 {
	padding: 15;
}

.case-padding {
	padding: 5px;
}

#w-70 {
	margin: 0 auto;
	width: 70%;
	overflow: hidden;
}

#w-80 {
	margin: 0 auto;
	width: 80%;
	/* overflow: hidden; */
}

#w-90 {
	margin: 0 auto;
	width: 90%;
	/* overflow: hidden; */
}
#w-top{
	margin: 0 auto;
	width: 90%;
}

#w-1260 {
	margin: 0 auto;
	width: 1260px;
	overflow: hidden;
}

#w-1260-1 {
	margin: 0 auto;
	width: 1260px;
}

#w-1300 {
	margin: 0 auto;
	width: 1260px;
	overflow: hidden;
}

#w-1300-1 {
	margin: 0 auto;
	width: 1260px;
}


#pro-w {
	margin: 0 auto;
	width: 80%;
	overflow: hidden;
}

.p-img {
	width: 100%;
}

/*====================top====================*/
/*导航*/
.top-w {
	position: absolute;
	z-index: 100000;
	top: 25px;
	left: 0px;
	width: 100%;
	height: 135px;
}

.top-logo {
	margin-left: 2%;
	float: left;
	width: 21%;
}

.top-phone {
	float: right;
	width: 20%;
}

.top-menu {
	float: left;
	width: 53%;
	margin-left:2%;
	text-align: center;
}
/*导航*/
.yuyan{
	padding-top: 15px;
	text-align: right;
}
.yuyan a{
	display: inline-block;
	margin:0px 2px;
	padding:2px 25px;
	border: 1px solid #fff;
	border-radius: 20px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}
.header-nav{
  position: relative;
  z-index: 0;
  padding:0px 20px;
}
.header-nav .nav-list{ width: 100%; margin:0 auto; text-align: center; margin-top: 30px;}
.header-nav .nav-list ul{text-align: center;}
.header-nav .nav-list>li{/* float:left; */padding:0px 0;position:relative; display: inline-block;border-radius: 8px;}
.header-nav .nav-list>li>a{padding:0 14px;font-size:16px;position:relative; z-index: 100; height: 40px; display: block; line-height: 40px; color: #fff;border-radius: 8px;}
.header-nav li.active>a,.header-nav .nav-list>li>a:hover{color:#fff;background-color:#fc9e24;}
.header-nav .nav-list>li:hover:after{content:'';position:absolute;width:100%;height:40px;background-color:#fc9e24;top:0px; left: 0px; z-index: 10;border-radius: 8px;}
.header-nav .nav-list>li:before{content:'';position:absolute;width:1px;height:13px;background-color:#fff;top:15px; left: -3px; z-index: 10;}
.header-nav .nav-list>li:first-child:before{display: none;}
.header-nav .nav-list>li:hover>a{color: #fff;}
.header-nav .nav-list>li:last-child>a:after{display:none;}
.header-nav .header-contact{margin-top:32px; no-repeat left center;padding-left:42px;}
.header-nav .header-contact>p{color:#444;font-size:14px;margin-bottom:0;line-height:18px;}
.header-nav .header-contact>.fr p:first-child{font-size:12px;color:#bbb;line-height: 12px;}
.top-icon{width:12px;height:12px;position:absolute;margin-left:-18px;vertical-align:middle;margin-top:6px;}
.icon-follow{background:url("img/top_icons2.png") no-repeat left center;}
.icon-global{background:url("img/top_icons3.png") no-repeat left center;}
.dropdown-menu{border-radius:0;margin-top:0;border-top-color:#ddd;min-width:auto;display:block;display: none\9;display: block\9\0;-webkit-transform:scale(1.2,0);transform:scale(1.2,0);opacity:0;-webkit-transform-origin:top;transform-origin:top;-webkit-transition:all .2s ease-out;-webkit-transition:-webkit-all .2s ease-out;transition:-webkit-all .2s ease-out;transition:all .2s ease-out;transition:all .2s ease-out,-webkit-all .2s ease-out;-webkit-box-shadow:0px 5px 8px rgba(102,102,102,0.35);box-shadow:0px 5px 8px rgba(102,102,102,0.35);padding:17px 26px;}
.dropdown-menu > li:not(:last-child){border-bottom:1px solid #d7d7d7;}
.dropdown-menu > li>a{padding:5px 0;font-size:14px;line-height:28px;}
.dropdown-menu > li>a:hover{color:#f19a41;background-color:transparent;}
.dropdown-active{display: block\9;-webkit-transform:scale(1,1);transform:scale(1,1);opacity:1;}
/*横排*/

.chanpin_list_wrap{ -webkit-transition: all .2s ease-out;-webkit-transition: -webkit-all .2s ease-out;transition: -webkit-all .2s ease-out;transition: all .2s ease-out;transition: all .2s ease-out,-webkit-all .2s ease-out;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;position: absolute;z-index: 99;left: 0;right: 0; top:97px; background-color: #fff;padding-top:30px;padding-bottom:22px;}
.chanpin_list_wrap .chanpin_list{/* margin:0 15px; */text-align:center;}
.chanpin_list_wrap .chanpin_list h3{border-bottom:1px solid #ddd;padding-bottom:15px;color: #333;margin-top: 20px;margin-bottom: 10px;font-size:16px;font-weight:bold;}
.chanpin_list_wrap ul{padding-left:0;}
.chanpin_list_wrap ul li{line-height:24px;}
.chanpin_list_wrap ul li .pro_list_item a{color:#999;font-size:14px;margin:0 10px 14px;line-height:14px;display:inline-block;}
.chanpin_list_wrap ul li .pro_list_item a.active{color:#FF9900}
.chanpin_list_wrap li span{color:#3671CF;width:80px;border-right:1px solid #e4e4e4;line-height:14px;margin-right:15px;float:left;}
.chanpin_list_wrap li a{color:#777;}
.chanpin_list_wrap li a:hover{color:#01a175;}
.chanpin_list_wrap li span>a{color:inherit;}
.chanpin_list_wrap li span>a:hover{color:inherit;}
.chanpin_list_wrap .pro_list_item{overflow:hidden;}
.hide{display:none;}



/*====================手机站menu====================*/
.ph-menu {
	display: block;
	width: 100%;
	padding: 10px 0px;
	font-size: 14px;
	color: #333;
	text-align: center;
}

.iphone {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}

.iphone-tit {
	padding: 10px 0px;
	width: 100%;
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}

.iphone__screen {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	width: 100%;
	/*height:100%;*/
	overflow: hidden;
}

.iphone__content {
	position: relative;
	width: 100%;
	height: 100%;
}

.nav {
	position: absolute;
	z-index: 100;
	opacity: 0;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}

.nav--active .nav {
	opacity: 1;
	background-color: #333;
}

.nav__list {
	margin: 0;
	padding: 10px;
	padding-top: 30px;
}

.nav__item {
	margin: 0 auto;
	width: 90%;
	padding: 7px;
	list-style-type: none;
	text-align: left;
}

.nav__item:after {
	content: '';
	display: block;
	position: relative;
	bottom: -8px;
	width: 50%;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
}

.nav__link {
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	opacity: 1;
	-webkit-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}

.nav__trigger {
	display: block;
	position: relative;
	z-index: 111111;
	position: fixed;
	top: 20px;
	right: 10px;
	padding: 10px;
	padding-bottom: 15px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 8px;
}

.nav--active .nav__trigger {
	opacity: 0.5;
}

.nav__icon {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 5px;
	background-color: #FFFFFF;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, -webkit-transform;
	transition-property: background-color, transform;
	transition-property: background-color, transform, -webkit-transform;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}

.nav__icon:before,
.nav__icon:after {
	content: '';
	display: block;
	width: 30px;
	height: 5px;
	position: absolute;
	background: #FFFFFF;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	transition-property: margin, transform, -webkit-transform;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}

.nav__icon:before {
	margin-top: -10px;
}

.nav__icon:after {
	margin-top: 10px;
}


/*====================手机站menu2====================*/
.ph-menu2 {
	height: auto;
	padding: 5px;
	background-color: #2056ae;
	overflow: hidden;
}

.ph-menu2 li {
	float: left;
	width: 25%;
	height: auto;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}

.ph-menu2 li a {
	display: block;
	margin: 2px auto;
	padding: 6px 0px;
	width: 96%;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	border: 1px solid #fff;
	border-radius: 5px;
}

/*====================手机站 end menu2====================*/

/* 样式一*/
.style-1 .nav {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
}

.style-1 .nav--active {
  height: 100%;
}

.style-1 .nav__link {
  opacity: 0;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.style-1 .nav--active .nav__link {
  opacity: 1;
}

.style-1 .nav--active .nav {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.style-1 .nav--active .nav__icon {
  background: rgba(0, 0, 0, 0);
}

.style-1 .nav--active .nav__icon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.style-1 .nav--active .nav__icon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*====================end手机站menu====================*/
.hy-logo{
  margin-top: 0px;
}
/*====================top====================*/


.h-tfanwei {
	display: inline-block;
	padding-left: 10px;
}

.h-tfanwei p {
	font-size: 22px;
	color: #fff;
	line-height: 170%;
}

.h-tfanwei p strong {
	font-size: 35px;
	color: #fff000;
	font-weight: bold;
	letter-spacing: 4px;
}

.h-tphone {
	float: right;
	width: 20%;
}

.h-tphone .tua {
	margin-top: 10px;
	margin-right: 10px;
	float: left;
}

.h-tphone .zia {
	display: block;
	font-size: 17px;
	color: #fff;
}

.h-tphone .zib {
	display: block;
	font-size: 30px;
	color: #fc0;
	font-weight: bold;
}

.h-search {
	float: right;
	width: 33%;
}

.h-form {
	margin-top: 20px;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
}

.h-input1 {
	float: left;
	width: 75%;
	height: 40px;
	font-size: 14px;
	color: #636363;
	padding-left: 15px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
}

.h-input2 {
	float: right;
	width: 25%;
	height: 40px;
	background-color: #417aff;
	color: #fff;
	border: 1px solid #333;
}

/*====================middle====================*/
/*分类*/
.jg-proc {
	padding: 3px 0;
	overflow: hidden;
}

.jg-proc a {
	display: block;
	float: left;
	margin: 5px;
	cursor: pointer;
	width: 24%;
	margin: 0.2% 0.5%;

}

.jg-proc a h3 {
	display: block;
	padding: 15px 15px;
	font-size: 18px;
	color: #fff;
	background-color: #003561;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 8px;
	overflow: hidden;
}

.jg-proc a:hover h3 {
	background-color: #ff6f0a;
	color: #fff;
}

.jg-proc-active h3 {
	background-color: #ff6f0a !important;
	color: #fff !important;
}

/*分类2*/
.proc-b{
  padding-bottom:15px;
  text-align: center;
}
.proc-b .one-pro{
  margin-top: 15px
}
.proc-b .one-pro a{
  display: block;
  padding:15px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background-color: #024691;
}
.proc-b .second-pro{
  /*padding:15px;*/
}
.proc-b .second-pro a{
  display: block;
  padding:5px 15px;
  margin:2px 0px;
  background-color: #efefef;
  font-size: 15px;
  color: #333;
  overflow: hidden;
}
/*end分类2*/

/*主推产品*/
.tj-pro {
	height: auto;
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 0px 25px #e4e4e4;
	overflow: hidden;
}

.tj-pro .tj-list ul {
	float: left;
	width: 18%;
}

.tj-pro .tj-list ul li {
	display: block;
	padding: 33px 15px 33px 45px;
}

/* .tj-pro .tj-list ul li:hover{
	background-color: #174ea1;
} */
.tj-pro .tj-list ul .aon {
	position: relative;
	width: 135%;
	background-color: #174ea1;
	transition: all 0.6s ease-out;
	box-sizing: border-box;
}

.tj-pro .tj-list ul .aon h3,
.tj-pro .tj-list ul .aon span {
	color: #fff;
}

.tj-pro .tj-list ul li h3 {
	display: block;
	font-size: 19px;
	color: #000;
}

.tj-pro .tj-list ul li span {
	display: block;
	margin-top: 5px;
	font-size: 8px;
	color: #000;
	text-transform: uppercase;

}

/* .tj-pro .tj-list ul li:hover h3,
.tj-pro .tj-list ul li:hover span{
	color: #fff;
} */
.tj-box {
	float: right;
	width: 82%;
}

.tj-box div {
	display: none;
	width: 100%;
	transition: all 0.6s ease-out;
}

.tj-box div img {
	width: 100%;
	height: auto;
}

/*标题*/
.tit01 {
	padding-top: 6px;
	padding-bottom: 15px;
	width: 100%;
	height: auto;
	text-align: center;
	overflow: hidden;
}

.tit01 h2 {
	display: block;
	font-size: 35px;
	color: #174ea1;
	text-align: center;
	font-weight: bold;
}

.tit01 p {
	display: block;
	margin-top: 10px;
	position: relative;
	font-size: 20px;
	text-align: center;
	letter-spacing: 1px;
}

.tit01 span {
	display: block;
	margin-top: 8px;
	text-align: center;
	font-size: 14px;
	color: #999;
}

.tit01 .zia {
	font-size: 35px;
	color: #313131;
	font-weight: bold;
}


.tit02 {
	padding-top: 6px;
	padding-bottom: 15px;
	width: 100%;
	height: auto;
	text-align: center;
	overflow: hidden;
}

.tit02 h2 {
	display: block;
	font-size: 35px;
	color: #ffb400;
	text-align: center;
	font-weight: bold;
}

.tit02 p {
	display: block;
	margin-top: 10px;
	position: relative;
	font-size: 20px;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
}

.tit02 span {
	display: block;
	margin-top: 8px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.tit02 .zia {
	font-size: 35px;
	color: #ffb400;
	font-weight: bold;
}
/*part1*/
.proc-bga{
	padding:30px 30px;
	background-color: #fff;
	border:1px solid #e5e5e5;
	overflow: hidden;
}
.proc-bga .tua{
	float: left;
	width: 52%;
}
.proc-bga .tua img{
	width: 100%;
}
.proc-bga .proc-r{
	float: right;
	width: 43%;
}
.proc-bga .proc-r .proc-bt h2{
	display:inline-block;
	font-size: 26px;
	color: #305ba4;
	font-weight: bold;
}
.proc-bga .proc-r .proc-bt a{
	display: inline-block;
	float: right;
	font-size: 14px;
	color: #305ba5;
	padding:3px 12px;
	border:1px solid #305ba5;
	border-radius: 20px;
}
.h-proc{
	margin-top: 15px;
}
.h-proc a{
	padding:3px 0px;
	display: block;
	font-size: 18px;
	color: #454545;
	font-weight: bold;
}
.proc-bga-1{
	background: url(../images/proc-bga.jpg) top left no-repeat;
}
.proc-bga-2{
	background: url(../images/proc-bgb.jpg) top left no-repeat;
}


/*分类*/
.xm-proc-w {
	padding: 15px 0px;
	width: 100%;
	height: auto;
	background: url(../images/bga.jpg) top center;
}

.xm-proc {
	text-align: center;
}

.xm-proc li {
	display: inline-block;
	padding-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 13%;
	box-sizing: border-box;
	overflow: hidden;
}

.xm-proc li:hover {
	/* padding-top: 10px; */
	box-shadow: 0px 5px 5px 5px #efefef;
	background-color: #ff2121;
	border-radius: 15px;
}

.xm-proc li .tua {
	margin: 0 auto;
	width: 90%;
	border-radius: 10px;
	border: 5px solid #ff2121;
	box-sizing: border-box;
	overflow: hidden;
}

.xm-proc li:hover .tua {
	width: 80%;
	border: 5px solid #fff;
	transform: rotateY(180deg);
}

.xm-proc li .tua img {
	width: 100%;
}

.xm-proc li h3 {
	display: block;
	margin-top: 5px;
	padding: 12px 0px;
	font-size: 18px;
	color: #2d2d2d;
	text-align: center;
	font-weight: bold;
}

.xm-proc li:hover h3 {
	color: #fff;
}


.proa-l {
  float: left;
  width: 366px;
  height: auto;
  overflow: hidden;
}

.proc-tit {
  padding: 33px 0px;
  background-color: #12288b;
  text-align: center;
  overflow: hidden;
}

.proc-tit img {
  display: inline-block;
  vertical-align: middle;
}

.proc-tit .prc-r {
  display: inline-block;
  padding-left: 10px;
  text-align: left;
  vertical-align: middle;
}

.proc-tit .prc-r h2 {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.proc-tit .prc-r p {
  display: inline-block;
  padding-top: 3px;
  font-size: 16px;
  color: #ffee01;
  text-transform: uppercase;
}

.proc-list {
  margin-top: 12px;
}

.proc-list li a {
  display: block;
  padding: 15px 16px;
  border-bottom: 1px solid #d8d8d8;
  overflow: hidden;
}

.proc-list li a i {
  float: right;
  margin-right: 0px;
  width: 15px;
  font-size: 12px;
  color: #cdcdcd;
}

.proc-list li a h3 {
  display: inline-block;
  margin-right: 40px;
  font-size: 16px;
  color: #000;
}

.proc-list li a:hover {
  background-color: #12288b;
}

.proc-list li a:hover h3 {
  color: #fff;
}
.ny-proc2-hover{
  background-color: #12288b !important;
}
.ny-proc2-hover h3{
  color: #fff !important;
}

/*主推产品*/
.hot-pro {
	padding-bottom: 30px;
	width: 100%;
	background: url(../images/hot-bg.jpg) top center;
	overflow: hidden;
}

.hot-pro-tit {
	padding-top: 60px;
	text-align: center;
}

.hot-pro-tit h2 {
	display: block;
	font-size: 45px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

.hot-pro-tit h2 font {
	font-size: 45px;
	color: #174ea1;
	font-weight: bold;
}

.hot-pro-tit p {
	display: block;
	margin-top: 10px;
	text-align: center;
	font-size: 20px;
	color: #2e2e2e;
	padding:0px 15px;
}

.hot-pro-tit span {
	display: block;
	margin-top: 3px;
	text-align: center;
	font-size: 12px;
	color: #2e2e2e;
	text-transform: uppercase;
}

/*产品列表*/
.pro-padd {
	padding: 8px;
}

.pro-bg {
	padding: 20px 0px 20px 0px;
	background: url(../images/bg1.jpg);
	/* background-color: #fcfbfb; */
	overflow: hidden;
}

.jy-pro {
	margin-bottom: 15px;
	position: relative;
	border: 1px solid #666;
	background-color: #fff;
}

.jy-pro:before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	z-index: 1;
	width: 0;
	height: 100%;
	background-color: #1750a1;
	transition: all 0.3s ease-out;
}

.jy-pro:hover:before {
	left: 0px;
	width: 100%;
}

.jy-pro .tu {
	position: relative;
	z-index: 10;
	margin: 5px;
	height: auto;
	overflow: hidden;
}

.jy-pro .tu img {
	width: 100%;
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.jy-pro:hover .tu img {
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.jy-pro h3 {
	display: block;
	position: relative;
	z-index: 10;
	padding: 15px 0px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	transition: all 0.3s ease-out;
}


.jy-pro .linea {
	display: block;
	position: relative;
	z-index: 10;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 50px;
	height: 2px;
	background-color: #666;
	transition: all 0.3s ease-out;
}

.jy-pro p {
	display: block;
	padding: 0px 15px;
	position: relative;
	z-index: 10;
	height: 40px;
	font-size: 14px;
	color: #666;
	line-height: 150%;
	text-align: center;
	overflow: hidden;
	transition: all 0.3s ease-out;
}

.jy-pro .more {
	display: block;
	position: relative;
	z-index: 10;
	margin: 15px auto;
	padding: 5px;
	width: 30%;
	background-color: #003561;
	text-align: center;
	font-size: 15px;
	color: #fff;
	border-radius: 5px;
	transition: all 0.3s ease-out;
}

.jy-pro:hover .more {
	background-color: #ff6f0a;
	color: #fff;
}


.jy-pro:hover h3,
.jy-pro:hover p {
	color: #fff;
}

.jy-pro:hover .linea {
	background-color: #fff;
}

/*end 产品列表*/

.case-w {
	width: 100%;
	height: auto;
	padding-bottom: 60px;
	/* background-color: #005BC4; */
	background: url(../images/case-bg.jpg) top center no-repeat;
	overflow: hidden;
}

/*品鉴*/
.swiper-container-pj {
	margin: 0 auto;
	width: 95%;
	height: 340px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.swiper-container-pj .swiper-slide {
	text-align: center;
	font-size: 18px;
	color: #fff;
	/* background-color: #00347B; */
	/* height: calc((100% - 30px) / 2); */
	height: auto;


	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-pagination-pj {
	padding: 15px 0px;
	width: 100%;
	text-align: center;
	position: relative;
}

.swiper-pagination-pj .swiper-pagination-bullet {
	background-color: #fff;
	margin: 0px 4px;
	width: 100px;
	height: 3px;
	border-radius: 0px;
}

.th-pj {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.th-pj .tua {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.th-pj .tua img {
	width: 100%;
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.th-pj:hover .tua img {
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

/*展会*/
.zhanhui {
	padding: 8px;
}

.zhanhui .tua {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.zhanhui .tua .zh-logo {
	position: absolute;
	z-index: 10;
	bottom: 50%;
	left: 50%;
	margin-bottom: -150px;
	margin-left: -150px;
	opacity: 0;
}

.zhanhui .tua .zh-logo img {
	width: 300%;
}

.zhanhui:hover .tua .zh-logo {
	opacity: 1;
	left: 0px;
	bottom: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.zhanhui:hover .tua .zh-logo img {
	width: 100px;
}

.zhanhui .tua img {
	width: 100%;
}

.zhanhui .tita {
	padding: 15px;
	background-color: #fff;
}

.zhanhui .tita a h3 {
	display: block;
	padding: 10px 0px;
	font-size: 17px;
	color: #0049a3;
	text-align: center;
}

.zhanhui .tita p {
	display: block;
	padding: 0px 15px 15px 15px;
	font-size: 15px;
	color: #333;
	text-align: center;
}

.zhanhui:hover .tita {
	background-color: #ff8400;
}

.zhanhui:hover .tita a h3,
.zhanhui:hover .tita p {
	color: #fff;
}

/*展会 end*/
.jiantua-w {
	width: 100%;
	height: 216px;
	background: url(../images/jiantu-bg1.jpg) top center no-repeat;
}

.jiantua-cont {
	float: right;
	margin-top: 35px;
	width: 793px;
	height: auto;
}

.jiantua-a {
	float: left;
	width: 490px;
}

.jiantua-a strong {
	display: block;
	font-size: 26px;
	color: #070707;
}

.jiantua-a span {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
}

.jiantua-a p {
	display: block;
	margin-top: 20px;
	font-size: 17px;
	color: #000;
	left: 150%;
}

.jiantua-b {
	margin-top: 15px;
	float: right;
	width: 190px;
}

.jiantua-b .zia {
	width: 119px;
	height: 36px;
	background-color: #003561;
	text-align: center;
	line-height: 36px;
	font-size: 18px;
	color: #fff;
}

.jiantua-b .zib {
	display: block;
	margin-top: 15px;
	font-size: 17px;
	color: #000;
}

.jiantua-b .zic {
	display: block;
	font-size: 28px;
	color: #000000;
	letter-spacing: -1px;
}

/*简介*/
.about-w {
	padding: 68px 0px 0px 0px;
	width: 100%;
	background: url(../images/about-bg.jpg) top center no-repeat #f6f6f6;
	overflow: hidden;
}

.about-l {
	width: 100%;
	height: 349px;
}

.about-l-bg1 {
	background: url(../images/about-bg1.jpg) top right;
}

.about-l-bg2 {
	background: url(../images/about-bg2.jpg) top right;
}

.about-nr1,
.about-nr2 {
	float: right;
	width: 65%;
}

.about-nr1 .zia {
	margin-top: 99px;
	font-size: 17px;
	color: #5a5a5a;
}

.about-nr1 .zib {
	display: block;
	font-size: 17px;
	color: #4b4b4b;
}

.about-nr1 .linea {
	margin: 32px 0px;
	width: 50px;
	height: 1px;
	background-color: #d4d4d4;
}

.about-nr1 .zic {
	display: block;
	font-size: 26px;
	color: #2e2c2c;
}


.about-nr2 .zia {
	margin-top: 75px;
	font-size: 17px;
	color: #fff;
}

.about-nr2 .zib {
	display: block;
	font-size: 17px;
	color: #fff;
}

.about-nr2 .linea {
	margin: 32px 0px;
	width: 50px;
	height: 1px;
	background-color: #fff;
}

.about-nr2 .zic {
	display: block;
	font-size: 26px;
	color: #fff;
}

.about-cul-r {
	height: 697px;
	background: url(../images/h-cul-bg.jpg) top left no-repeat;
}

.a-cul-cont {
	float: left;
	width: 50%;
	margin-top: 100px;
	margin-left: 100px;
}

.a-cul-cont p.zia {
	display: block;
	font-size: 31px;
	color: #fff;

}

.a-cul-cont p.zib {
	display: block;
	margin-top: 10px;
	font-size: 37px;
	color: #fff;
	letter-spacing: 3px;
}

.a-cul-cont .linea {
	margin: 40px 20px 50px 0px;
	width: 100%;
	height: 1px;
	background-color: #fff;
}

.a-cul-cont p.zic {
	display: block;
	font-size: 22px;
	color: #fff;
}

.a-cul-cont p.zid {
	display: block;
	margin-top: 65px;
	font-size: 18px;
	color: #fff;
	line-height: 190%;
}

.about-video {
	width: 95%;
	float: left;
}

.about-video img {
	width: 100%;
}

.about-r {
	float: right;
	width: 95%;
}

.about-tit h2 strong {
	display: block;
	font-size: 37px;
	color: #343434;
	font-weight: bold;
	letter-spacing: 1px;
}


.about-menu {
	margin: 30px 0px;
	text-align: left;
	overflow: hidden;
}

.about-menu a {
	display: block;
	float: left;
	padding: 10px 39px;
	margin-right: 3%;
	font-size: 17px;
	color: #393939;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	border-radius: 40px;
}

.about-menu a:hover,
.about-menu a:first-child {
	background-color: #2056ae;
	color: #fff;
}


.about-cont {
	width: 100%;
	height: 245px;
	overflow: hidden;
	font-size: 16px;
	color: #585858;
	line-height: 250%;
}

.about-cont p,
.about-cont p a,
.about-cont p strong {
	font-size: 16px;
	color: #585858;
	line-height: 250%;
	letter-spacing: 0px;
}

.about-more a {
	display: inline-block;
	padding: 10px 45px;
	margin-top: 20px;
	background-color: #2056ae;
	text-align: center;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
}


.about-list-w {
	margin-top: 50px;
	width: 100%;
	padding: 34px 0px 80px 0px;
	background: rgba(238, 238, 238, 0.5);
	overflow: hidden;
	text-align: center;
}

.about-list {
	width: 100%;
}

.about-list li {
	display: inline-block;
	position: relative;
	padding: 35px 30px;
	width: 24%;
	overflow: hidden;
}

.about-list li .tua {
	float: right;
	width: 49px;
}

.about-list li .tua img {
	width: 100%;
}

.about-list li::before {
	content: "";
	position: absolute;
	right: 1px;
	top: 18%;
	width: 1px;
	height: 100px;
	background-color: #dfdfdf;
}

.about-list li:last-child::before {
	display: none;
}

.about-list li:hover::before {
	content: "";
	display: none;
}

.about-list li .nra {
	margin-right: 55px;
	text-align: left;
}

.about-list li .nra .zia {
	display: block;
	font-size: 16px;
	color: #585858;
	text-align: left;
}

.about-list li .nra .zib {
	display: inline-block;
	height: 63px;
	padding-right: 3px;
	font-size: 55px;
	color: #ff6f0a;
	font-weight: bold;
	vertical-align: bottom;
}

.about-list li .nra .zic {
	display: inline-block;
	font-size: 16px;
	color: #585858;
	vertical-align: bottom;
}

.about-list .bga {
	background-color: #174ea1 !important;
}

.about-list .bga::before {
	content: "";
	display: none !important;
}

.about-list .bga .nra p,
.about-list .bga .nra p font,
.about-list .bga .nra span {
	color: #fff !important;
}

.h-xy {
	width: 100%;
	padding: 60px 0px;
	background: url(../images/h-xy.jpg) bottom center no-repeat;
}

.xy-list-tit {
	display: block;
	margin-top: 60px;
	text-align: center;
}

.xy-list-tit h2 {
	display: block;
	text-align: center;
	font-size: 37px;
	color: #393939;
	font-weight: bold;
}

.xy-list-tit p {
	display: block;
	margin-top: 10px;
	text-align: center;
	font-size: 18px;
	color: #a6a6a6;
}

.xy-list {
	margin-top: 40px;
	text-align: center;
	overflow: hidden;
}

.xy-list li {
	display: inline-block;
	text-align: center;
	height: 400px;
	width: 32%;
	overflow: hidden;
}

.xy-list li .tua {
	text-align: center;
}

.xy-list li p {
	display: block;
	font-size: 24px;
	color: #141112;
	text-align: center;
}

.xy-list li span {
	display: block;
	text-align: center;
	margin-top: 10px;
	font-size: 18px;
	color: #878787;
	line-height: 210%;
}

.xy-list li .ewma {
	margin: 0 auto;
	margin-top: 15px;
	width: 154px;
	height: 154px;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #dbd9da;
}

.huoban-w {
	width: 100%;
	height: 470px;
	background: url(../images/huoban-bg.jpg) bottom center no-repeat;
	overflow: hidden;
}

.huoban-tit {
	margin-top: 15px;
}

.huoban-tit h2 {
	display: block;
	font-size: 43px;
	color: #005baa;
	font-weight: bold;
}

.huoban-tit p {
	display: block;
	margin-top: 16px;
	font-size: 28px;
	color: #343434;
}
.huoban-phone p{
	display: block;
	margin-top: 39px;
	font-size: 18px;
	color: #343434;
	line-height: 190%;
}
.huoban-phone p a,
.huoban-phone p p{
	font-size: 18px;
	color: #343434;
	line-height: 190%;
}

.huoban-list{
	margin-top: 99px;
	width: 100%;
	text-align: center;
}
.huoban-list li{
	display: inline-block;
	width: 24%;
}
.huoban-list li .tua{
	width: 100%;
	border:1px solid #2056ae;
	box-sizing: border-box;
	overflow: hidden;
}
.huoban-list li .tua img{
	width: 100%;
}

/*专利*/
.zhuanli-w {
	width: 100%;
	height: 903px;
	background: url(../images/zhuanli-bg.jpg) top center repeat-x;
	overflow: hidden;
}

.zhuanli-tit {
	margin-top: 115px;
}

.zhuanli-tit h2 {
	display: block;
	text-align: center;
	font-size: 47px;
	color: #fff;
	font-weight: bold;
}

.zhuanli-tit .linea {
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 33px;
	height: 3px;
	background-color: #fff;
}

.zhuanli-tit p {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 130%;
}

.zhuanli-tu {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.zhuanli-pad {
	padding: 5px;
}

.zhuanli-tu img {
	width: 100%;
}


/*优势*/
.ys-bg {
	width: 100%;
	height: 1378px;
	background: url(../images/ys-bg.jpg) top center no-repeat;
	overflow: hidden;
}

.ys-tit h2 {
	text-align: center;
	display: block;
	font-size: 63px;
	color: #305ba5;
	font-weight: bold;
}

.ys-tit p {
	display: block;
	margin-top: 10px;
	font-size: 26px;
	color: #585858;
	text-align: center;
}

.ys-left {
	float: left;
	margin-top: 110px;
	width: 300px;
}

.ys-left h3 {
	display: block;
	font-size: 39px;
	color: #fff;
	font-weight: bold;
}

.ys-left .zia {
	margin-top: 30px;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	line-height: 130%;
}

.ys-left .zib {
	display: block;
	height: 160px;
	margin-top: 53px;
	font-size: 18px;
	color: #fff;
	line-height: 190%;
}

.ys-left a {
	display: block;
	width: 168px;
	height: 46px;
	background-color: #ff6f0a;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	line-height: 44px;
	font-size: 18px;
}

.ys-right {
	float: right;
	margin-top: 100px;
	width: 870px;
}

.ys-right li {
	margin-bottom: 13px;
	height: 194px;
	border: 1px solid #dbd9da;
	box-sizing: border-box;
	background-color: #fff;
}

.ys-right li .tua {
	float: left;
	width: 463px;
	text-align: right;
}

.ys-right li .tua img {
	display: block;
	float: right;
}

.ys-right li .ys-nr {
	float: right;
	width: 403px;
	padding: 30px 40px 30px 0px;
}

.ys-right li .ys-nr p {
	display: block;
	font-size: 24px;
	color: #305ba5;
	font-weight: bold;
}

.ys-right li .ys-nr span {
	display: block;
	margin-top: 10px;
	font-size: 18px;
	color: #2c2c2c;
	line-height: 130%;
}

.ys-bg1 {
	background: url(../images/ys-tu1.jpg) top left;
}

.ys-bg2 {
	background: url(../images/ys-tu2.jpg) top left;
}

.ys-bg3 {
	background: url(../images/ys-tu3.jpg) top left;
}

.ys-bg4 {
	background: url(../images/ys-tu4.jpg) top left;
}

.ys-bg5 {
	background: url(../images/ys-tu5.jpg) top left;
}

.ys-titb {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}

.ys-titb p {
	display: block;
	margin-top: 15px;
	text-align: center;
	font-size: 29px;
	color: #565656;
	letter-spacing: 2px;
}

.ys-list1 {
	margin-top: 25px;
}

.ys-list1 li {
	margin-bottom: 65px;
	overflow: hidden;
}

.ys-list1 li .tita {
	float: right;
	width: 425px;
}

.ys-list1 li .tita img {
	display: inline-block;
	float: left;
}

.ys-list1 li .tita strong {
	display: inline-block;
	margin-top: 6px;
	padding: 5px 0px;
	border-bottom: 1px solid #ff0101;
	font-size: 20px;
	color: #2b2b2b;
	font-weight: bold;
	vertical-align: middle;
}

.ys-list1 li .tita p {
	display: inline-block;
	margin-top: 6px;
	padding-left: 10px;
	font-size: 18px;
	color: #2b2b2b;
	vertical-align: middle;
}

.ys-list1 li .conta {
	float: right;
	width: 88%;
	font-size: 17px;
	color: #2b2b2b;
	line-height: 190%;
	text-align: right;
}

.ys-list1 li .conta p {
	font-size: 17px;
	color: #2b2b2b;
	line-height: 190%;
	text-align: right;
}

.ys-phone {
	display: inline-block;
	float: right;
	padding: 6px 15px;
	background-color: #363634;
	font-size: 37px;
	color: #e4e4e4;
	font-weight: bold;
}

.ys-phone p {
	font-size: 37px;
	color: #e4e4e4;
	font-weight: bold;
}

.ys-list2 {
	margin-top: 50px;
}

.ys-list2 li {
	margin-bottom: 65px;
	overflow: hidden;
}

.ys-list2 li .tita {
	width: 425px;
}

.ys-list2 li .tita img {
	display: inline-block;
	float: left;
}

.ys-list2 li .tita strong {
	display: inline-block;
	margin-top: 6px;
	padding: 5px 0px;
	border-bottom: 1px solid #ff0101;
	font-size: 20px;
	color: #2b2b2b;
	font-weight: bold;
	vertical-align: middle;
}

.ys-list2 li .tita p {
	display: inline-block;
	margin-top: 6px;
	padding-left: 10px;
	font-size: 18px;
	color: #2b2b2b;
	vertical-align: middle;
}

.ys-list2 li .conta {
	float: right;
	width: 88%;
	font-size: 17px;
	color: #2b2b2b;
	line-height: 190%;
	text-align: left;
}

.ys-list2 li .conta p {
	font-size: 17px;
	color: #2b2b2b;
	line-height: 190%;
	text-align: left;
}

/*新闻*/
.news-tit {
	padding: 60px 45px;
	background: url(../images/news-bga.jpg) top center no-repeat;
}

.news-tit span {
	display: block;
	font-size: 31px;
	color: #333;
	font-weight: bold;
}

.news-tit .linea {
	display: block;
	margin: 15px 0px;
	overflow: hidden;
}

.news-tit .lineb {
	float: left;
	width: 37px;
	height: 3px;
	background-color: #1f57ae;

}

.news-tit .linec {
	float: left;
	width: 85px;
	height: 3px;
	background-color: #315ba5;
}

.news-tit h2 {
	display: block;
	margin-top: 15px;
	font-size: 26px;
	color: #333;
	font-weight: bold;
}

.news-tit a {
	display: inline-block;
	margin-top: 300px;
	padding: 10px 25px;
	background-color: #315ba5;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}


.news-li {
	padding: 30px;
	border: 3px solid #eeeeee;
	box-sizing: border-box;
}

.news-li:hover {
	border: 3px solid #315ba5;
}

.news-li span {
	display: block;
	font-size: 17px;
	color: #2c2727;
	font-weight: bold;
}

.news-li a h3 {
	display: block;
	margin-top: 20px;
	font-size: 18px;
	color: #2c2727;
	font-weight: bold;
	height: 50px;
	line-height: 150%;
	overflow: hidden;
}

.news-li .linea {
	margin: 22px 0px;
	width: 47px;
	height: 5px;
	background-color: #315ba5;
}

.news-li:hover .linea {
	width: 100%;
}

.news-li p {
	display: block;
	width: 100%;
	height: 96px;
	font-size: 15px;
	color: #2c2727;
	line-height: 170%;
	overflow: hidden;
}

.news-li .tua {
	margin-top: 40px;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.news-li .tua img {
	width: 100%;
}

/*====================end middle====================*/
/*====================foot====================*/
.foot-w {
	padding: 60px 0px;
	width: 100%;
	height: auto;
	background: -webkit-linear-gradient(left,#191979,#0092dd);
	overflow: hidden;
}

.foot-l {
	float: left;
	margin-right: 2%;
	width: 36%;
	overflow: hidden;
}
.foot-l .tua{
	text-align: center;
	width: 100%;
	text-align: left;
}
.foot-lx{
	margin-top: 15px;
	width: 48%;
	margin-right: 2%;
	float: left;
	text-align: left;
}
.foot-lx p{
	text-align: left;
	font-size: 15px;
	color: #fff;
	line-height: 150%;
}
.foot-lxbf{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #4d5ea4;
}
.foot-lxbf p{
	display: block;
	text-align: left;
	font-size: 15px;
	color: #fff;
	line-height: 150%;
}

.foot-tit{
	padding-bottom: 26px;
}
.foot-tit h3{
	display:inline-block;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	vertical-align: middle;
}
.foot-tit img{
	display: inline-block;
	vertical-align: middle;
}

.foot-two{
	margin-right: 1%;
	float: left;
	width: 18%;
}
.foot-three{
	margin-right: 1%;
	float: left;
	width: 14%;
}
.foot-four{
	float: right;
	width: 12%;
}

.foot-ewm .tua{
	display: block;
	text-align: center;
}
.foot-ewm p{
	font-size: 15px;
	color: #fff;
	line-height: 150%;
	text-align: center;
}

.foot-proc a{
	display: block;
	padding-bottom: 3px;
	font-size: 14px;
	color: #fff;
}


.f-bq {
	margin-top: 15px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.f-bq a,
.f-bq p,
.f-bq p a {
	font-size: 14px;
	color: #fff;
	text-align: center;
}
/*end foot*/
/*内页产品详情电话*/
.yan-phone{
  margin-top: 20px;
  border-top:1px solid #efefef;
  overflow: hidden;
}

.proshow1{
  overflow: hidden;
}
.proshow1 p{
  display: block;
  padding:5px;
  font-size: 17px;
  color: #2e2e2e;
  vertical-align: middle;
  line-height: 40px;
  border-bottom: 1px dashed #d2d2d2;
  overflow: hidden;
}
.proshow1 p img{
  display:inline-block;
  float: left;
  margin-right: 15px;
  vertical-align: middle;
}
.proshow1 a{
  display: block;
  margin-top: 15px;
  width: 206px;
  height: 47px;
  background-color: #434343;
  text-align: center;
  line-height: 47px;
  font-size: 17px;
  color: #fff;
  border-radius: 8px;
}
.proshow2{
  margin-top: 20px;
  overflow: hidden;
  text-align: center;
}
.proshow2 li{
  float: left;
  margin:0 5px;
  width: 140px;
  height: auto;
}
.proshow2 li img{
  display: block;
  margin:0 auto;
  margin-bottom: 10px;
}
.proshow2 li p{
  display: block;
  font-size: 17px;
  color: #434343;
  line-height: 170%;
  text-align: center;
}
.proshow2 li p strong{
  font-size: 17px;
  color: #434343;
  line-height: 170%;
  font-weight: bold;
}
.proshow2 a{
  display: block;
  margin-top: 15px;
  width: 206px;
  height: 47px;
  background-color: #434343;
  text-align: center;
  line-height: 47px;
  font-size: 17px;
  color: #fff;
  border-radius: 8px;
}
/*内页结构*/
.xxny-l {
  float: left;
  width: 366px;
  height: auto;
  overflow: hidden;
}
.xxny-r{
  margin-left: 400px;
  overflow: hidden;
}
/*内页*/
.jt-ny-tit{
  position: relative;
  height: 480px;
}
.jt-ny-tit h2{
  position: absolute;
  bottom:0px;
  left:0px;
  width: 200px;
  height: 50px;
  background-color: #f60e0e;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 26px;
}

/*手机样式*/
  /*优势*/

/*返回顶部*/
.to-top { position: relative; z-index: 11111111111; display: none; padding: 5px 10px; color: #fff !important; background-color: #f50;}
.to-top:visited { color: #fff;}
/*end手机样式*/

/*====================PC====================*/
@media only screen and (max-width: 1560px) {
	#pro-w {
		width: 100%;
	}
	
	.h-logo img{width: 100%;}
	.top-phone img{width: 100%;}
	.top-logo{width: 25%;}
	.top-phone{width: 17%;}
	.header-nav .nav-list>li>a{padding:0px 3px;}

}

@media only screen and (max-width: 1400px){
	.top-phone img{width: 100%;}
	#w-90{width: 100%;}
	#w-1300{width:100%; padding:15px;}
  #w-1300-1{width:100%; padding:15px;}
	.header-nav .nav-list>li>a{font-size: 15px;}
	.h-logo{margin-left: 0px;}
	.top-logo{width: 30%;}
	.h-tphone{width: 22%;}
	.top-menu{margin-left: 1%; width: 48%;}



	
}



@media only screen and (max-width: 1260px){
  #w-1260{width:100%;}
  #w-1260-1{width:100%;}
  .w-1260{width:100%;}
  .w-1260-1{width:100%;}
  #w-90{width: 100%;}
  #w-80{width: 100%;}
  #w-70{width: 100%;}
  #pro-w{width: 100%;}
  #w-top{width: 100%;}
  
  .pc-menu-bg{width: 100%;}
  .pc-menu{width: 100%;}
  .xxny-r{margin-left: 0px; width: 78%; float: right;}
  .top-logo{width: 22%;}
  .top-logo img{width: 100%;}
  .top-menu{width: 58%;}
  .header-nav .nav-list{margin-top: 10px;}
  .header-nav{padding:0px;}
  
  /*menu*/
  .header-nav .nav-list>li>a{padding:0 3px;}
  .header-nav .nav-list > li > a::after{margin-left: 12px;}
	
  .jg-proc{text-align: center;}
  .jg-proc li{width: 19%; margin:5px 0.5%; display: inline-block;}
  .jg-proc li a{font-size: 20px;}
  .proa-l{width: 20%;}
  .proa-r{margin-left: 22%;}

  .ys-left{width: 100%;}
  .ys-left h3{text-align: center;}
  .ys-left .zia{text-align: center; font-size: 16px;}
  .ys-left .zib{margin:8px 10px; text-align: center; height: auto;}
  .ys-left a{margin:0 auto; margin-top: 10px;}
  .ys-left{margin-top: 60px; float: none;}
  .ys-right{float: none; margin:0 auto; margin-top: 15px;}

  .a-cul-cont{width: 90%; margin:0px;padding:30px 50px;}
  .about-nr1, .about-nr2{width: 90%;}




}

@media only screen and (max-width: 1200px){
	#w-1260{width:100%;}
  #w-1260-1{width:100%;}
  .w-1260{width:100%;}
  .w-1260-1{width:100%;}
  #w-90{width: 100%;}
  #w-80{width: 100%;}
  #w-70{width: 100%;}
  #pro-w{width: 100%;}
  #w-top{width: 100%;}

  .ys-left{width: 100%;}
  .ys-bg{height: auto;}
  .about-menu a{
  	padding: 8px 26px;
    margin-right: 2%;
  }




}

@media only screen and (max-width: 1060px){

	.top-logo img{width: 100%;}
	.m1-tit h3,.m1-tit .zia{font-size: 23px;}
	
}

@media only screen and (max-width: 992px){
  #w-1260{width:100%;}
  #w-1260-1{width:100%;}
  .w-1260{width:100%;}
  .w-1260-1{width:100%;}
  #w-90{width: 100%;}
  #w-80{width: 100%;}
  #w-70{width: 100%;}
  #pro-w{width: 100%;}
  #w-top{width: 100%;}

  .padding0-sm15{padding:0px 15px;}
  .header-nav .nav-list>li{padding:7px 6px;}
  .pc-menu{width: 100%;}
  .pc-menu-bg{width: 100%;}
  .padding15-8{padding:8px;}
  .header-nav .nav-list>li>a{padding:0 3px;}
  .header-nav .nav-list > li > a::after{margin-left: 12px;}
  .top-logo{width: 30%;}

  .top-phone{width: 28%;}
  .tit01 h2,.tit01 .zia{font-size: 23px;}
  .tit01 p{font-size: 14px;}
  .jl-pro .pro-tit a h3{font-size: 18px;}
  .jl-pro .pro-tit p{font-size: 14px;}
  .xxny-r{width: 100%;}

  


  .mini-tit{padding:0px 0px; text-align: center;}
  .mini-tit img{ display: block; width: 100%; margin:0 auto;}
	
	/*标题*/
  .tit1 p{font-size: 15px;}
  .tit1 h2{font-size: 25px; letter-spacing: 3px;}

  .tit02 p{font-size: 14px;}
  .tit02 span{font-size: 10px;}

  .proc-bga .tua{width: 100%;}
  .proc-bga{background-repeat: repeat;}
  .proc-bga .proc-r{width: 100%; margin-top: 15px;}
  .proc-bga .proc-r .proc-bt h2{font-size: 24px;}
  .hot-pro-tit{padding-top: 20px;}
  .foot-w{padding:60px 15px;}

	.proa-l{width: 100%;}
	.proc-b .second-pro{text-align: center;}
	.proc-b .second-pro a{width: 49%; margin:0.5%; display: inline-block;}
	.proc-b .one-pro{margin-bottom: 10px;}
  


}

@media only screen and (max-width: 920px){
	.ys-right{width: 100%;}
	.ys-right li .tua{width: 40%;}
	.ys-right li .ys-nr{width: 60%;}

}


/*====================手机====================*/
@media only screen and (max-width: 768px){
  #w-1200{width:100%;}
  #w-1200-1{width:100%;}
  #w-1260{width:100%;}
  #w-1260-1{width:100%;}
  .w-1260{width:100%;}
  .w-1260-1{width:100%;}
  #w-70{width: 100%;}
  #w-80{width: 100%;}
  #w-90{width: 100%;}


  .mini-tit{padding:0px 0px; text-align: center;}
  .mini-tit img{ display: block; width: 100%; margin:0 auto;}
  .ny-r01{width: 100%; margin-left: 0px; padding:15px;}

.pro-padd{padding:3px;}

  
  .padding0-sm15{padding:15px;}
  .tit01 .zia{font-size: 26px;}
  .tit01 p{ padding:10px 15px; display: inline-block; font-size: 14px; letter-spacing: 0px; height: auto; margin-top: 0px;}
  .tit01 span{display: none;}
  .tit01{padding-bottom: 5px;}
  .tit01 h2{font-size: 26px; letter-spacing: 1px;}
  
  .jg-proc li{width: 48%; margin:5px 1%; display: inline-block;}
  .jg-proc li a{font-size: 18px;}

  .mini-logo img{width: 100%;}
  
 

  .swiper-pagination-pj .swiper-pagination-bullet{
  	width: 5px;height: 5px;
  }
  .case-w{height: auto;}

  .jl-pro .pro-tit{padding:10px; margin-top: 8px;}
  .hot-pro-tit h2 font{font-size: 24px;}
  .hot-pro-tit p{font-size: 14px;}
  .hot-pro-tit span{font-size: 10px;}
	
	.jg-proc{padding: 3px 15px;}
  .jg-proc a{width: 49%;}
  .jg-proc a h3{font-size: 16px;}
  .jy-pro .more{width: 50%;}
  .jy-pro h3{font-size: 16px;}
  .jy-pro p{display: none;}

  .ys-right li .tua{width: 100%;}
  .ys-right li .tua img{display: block;width: 100%;}
  .ys-right li .ys-nr{width: 100%; padding:20px; background-color: #fff;}
  .ys-right li .tua img{display: none;}
  .ys-right li .ys-nr p{font-size: 20px;}
  .ys-right li .ys-nr span{font-size: 15px;}
  .ys-right li{height: auto; margin-bottom: 15px;}
  .ys-tit h2{font-size: 26px;}
  .ys-tit p{font-size: 15px;}
  .ys-bg{background: url(../images/mini-ys-bg.jpg) top center repeat; height: auto;}
  .about-r{width: 100%; padding:15px;}
  .about-tit h2 strong{font-size: 26px; padding-top: 15px;}
  .about-menu a{padding: 8px 19px; margin:0.5%;}
  .about-more a{margin:0 auto; margin-top: 10px; display: block; width: 50%; border-radius: 8px;}
  .about-list-w{margin-top: 15px;}
  .about-list li{width: 49%;}
  .about-list li .nra .zib{font-size: 23px; height: auto;}
  .about-list li{padding:15px 20px;}
  .about-video{width: 100%; padding:15px;}
  .about-nr1, .about-nr2{width: 90%; margin:0 auto;}

  .tit02 h2{font-size: 23px;}
  .news-li{padding:15px;}
  .news-li a h3{font-size: 18px; margin-top: 10px;}
  .xy-list li{width: 100%; height: auto; padding-bottom: 15px;}
  .xy-list-tit{margin-top: 0px;}

  .huoban-w{height: auto;}
  .huoban-list{margin-top: 20px; margin-bottom: 20px;}

  .foot-l{width: 100%;margin-right: 0px;}
  .foot-four{width: 100%; margin-top: 15px;}
  .foot-w{margin-top: 35px;}
  .huoban-tit h2{font-size: 25px;}
  .huoban-tit{padding:15px;}
  .huoban-phone p{margin-top: 5px;font-size: 15px;}
  .huoban-phone{padding:10px 15px;}
  .huoban-tit p{font-size: 15px;}






  

/*标题*/
.ny-tit01 h2{font-size: 26px;}
.ny-tit01 span{font-size: 14px; padding:0 15px;}
/*其它*/
.search-p{padding:0px 15px; width: 90%; text-align: center; margin:0 auto;}


 /*地图*/
 .b-map .close-btn{
  top:10%;
 }
 .map-ys{height: 300px; width: 90%;}

 
 
}
